Defines a PDF path.
A path represents a series of connected lines and curves.
Initializes a new PDFPath object.
Adds an arc to path.
Adds a cubic Bezier curve to current sub-path.
Adds a cubic Bezier curve to current sub-path.
The positions are relative to current path point.
Adds an ellipse to path.
Adds a line at the end of current sub-path.
Adds a line at the end of current sub-path.
The position is relative to current path point.
Adds a path at the end of current path.
Adds a series of connected Bezier curves to current sub-path.
Adds a polygon to path.
Adds a series of connected lines at the end of current sub-path.
Adds a rectangle to path.
Adds a rounded rectangle to path.
Closes the current sub-path.
Gets the path bounds.
Gets the current point on the path.
This method supports the internal library infrastructure and should not be used by external client code.
Creates a new sub-path at the given position.
Creates a new sub-path at the given position.
The start position is relative to current path point.
This method supports the internal library infrastructure and should not be used by external client code.
This method supports the internal library infrastructure and should not be used by external client code.
This method supports the internal library infrastructure and should not be used by external client code.
This method supports the internal library infrastructure and should not be used by external client code.
This method supports the internal library infrastructure and should not be used by external client code.
This method supports the internal library infrastructure and should not be used by external client code.